Html Css Color HEX #CB7407 Ochre

📋 copy color: '#CB7407'

red 203 ◦ green 116 ◦ blue 7

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

Shades of Ochre #CB7407

Tints of Ochre #CB7407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 62.27%
G = 35.58%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB7407 (or 0xCB7407) is known color: Ochre. HEX triplet: CB, 74 and 07. RGB value is (203,116,7). Sum of RGB (Red+Green+Blue) = 203+116+7=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7407 is #348BF8. Grayscale: #828282. Windows color (decimal): -3443705 or 488651. OLE color: 488651.

HSL color Cylindrical-coordinate representation of color #CB7407: hue angle of 33.37º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB7407 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 116 7 -
CMYK 0 0.43 0.97 0.20
HSL 33.37º 0.93% 0.41% -
HSV(B) 33.37º 0.97% 0.8% -
XYZ 30.91 25.2 3.44 -
YUV 129.59 58.82 180.36 -
System Red Green Blue C M Y K H S L
Decimal 203 116 7 0 0.43 0.97 0.20 33.37 0.93 0.41
Hex CB 74 7 0 2B 61 14 21 5D 29
Octal 313 164 7 0 53 141 24 41 135 51
Binary 11001011 1110100 111 0 101011 1100001 10100 100001 1011101 101001

Color Harmonies of #CB7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7407

Black with #CB7407

Text Example


Text Example

White with #CB7407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7407; }

 p { color: rgb(203,116,7); }

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

background-color css

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

 a { background-color: rgb(203,116,7); }

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

border-color css

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

 span { border-color: rgb(203,116,7); }

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