Html Css Color HEX #CB7207 Ochre

📋 copy color: '#CB7207'

red 203 ◦ green 114 ◦ blue 7

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

Shades of Ochre #CB7207

Tints of Ochre #CB7207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

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

R = 62.65%
G = 35.19%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB7207 (or 0xCB7207) is known color: Ochre. HEX triplet: CB, 72 and 07. RGB value is (203,114,7). Sum of RGB (Red+Green+Blue) = 203+114+7=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7207 is #348DF8. Grayscale: #808080. Windows color (decimal): -3444217 or 488139. OLE color: 488139.

HSL color Cylindrical-coordinate representation of color #CB7207: hue angle of 32.76º 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 #CB7207 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 114 7 -
CMYK 0 0.44 0.97 0.20
HSL 32.76º 0.93% 0.41% -
HSV(B) 32.76º 0.97% 0.8% -
XYZ 30.68 24.75 3.36 -
YUV 128.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 203 114 7 0 0.44 0.97 0.20 32.76 0.93 0.41
Hex CB 72 7 0 2C 61 14 21 5D 29
Octal 313 162 7 0 54 141 24 41 135 51
Binary 11001011 1110010 111 0 101100 1100001 10100 100001 1011101 101001

Color Harmonies of #CB7207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7207

Black with #CB7207

Text Example


Text Example

White with #CB7207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7207; }

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

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

background-color css

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

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

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

border-color css

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

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

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