Html Css Color HEX #CB7A18 Ochre

📋 copy color: '#CB7A18'

red 203 ◦ green 122 ◦ blue 24

#CB7A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CB7A18

Tints of Ochre #CB7A18

RGB

 RED value IS 203 (79.69% from 255) = 58.17%

 GREEN value IS 122 (48.05% from 255) = 34.96%

 BLUE value IS 24 (9.77% from 255) = 6.88%

R = 58.17%
G = 34.96%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB7A18 (or 0xCB7A18) is known color: Ochre. HEX triplet: CB, 7A and 18. RGB value is (203,122,24). Sum of RGB (Red+Green+Blue) = 203+122+24=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7A18 is #3485E7. Grayscale: #878787. Windows color (decimal): -3442152 or 1604299. OLE color: 1604299.

HSL color Cylindrical-coordinate representation of color #CB7A18: hue angle of 32.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB7A18 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 122 24 -
CMYK 0 0.40 0.88 0.20
HSL 32.85º 0.79% 0.45% -
HSV(B) 32.85º 0.88% 0.8% -
XYZ 31.75 26.68 4.34 -
YUV 135.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 203 122 24 0 0.40 0.88 0.20 32.85 0.79 0.45
Hex CB 7A 18 0 28 58 14 21 4F 2D
Octal 313 172 30 0 50 130 24 41 117 55
Binary 11001011 1111010 11000 0 101000 1011000 10100 100001 1001111 101101

Color Harmonies of #CB7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A18

Black with #CB7A18

Text Example


Text Example

White with #CB7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A18; }

 p { color: rgb(203,122,24); }

 H1.HeaderClassName
 {
   color: #CB7A18;
 }
 .AnyTagClassName
 {
   color: #CB7A18;
 }
</style>

background-color css

<style>
 a { background-color: #CB7A18; }

 a { background-color: rgb(203,122,24); }

 div.DivClassName
 {
   background-color: #CB7A18;
 }
 .BgClassName
 {
   background-color: #CB7A18;
 }
</style>

border-color css

<style>
 span { border-color: #CB7A18; }

 span { border-color: rgb(203,122,24); }

 td.TdClassName
 {
   border-color: #CB7A18;
 }
 .TagClassName
 {
   border-color: #CB7A18;
 }
</style>