Html Css Color HEX #CB7307 Ochre

📋 copy color: '#CB7307'

red 203 ◦ green 115 ◦ blue 7

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

Shades of Ochre #CB7307

Tints of Ochre #CB7307

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 62.46%
G = 35.38%
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

#CB7307 (or 0xCB7307) is known color: Ochre. HEX triplet: CB, 73 and 07. RGB value is (203,115,7). Sum of RGB (Red+Green+Blue) = 203+115+7=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7307 is #348CF8. Grayscale: #818181. Windows color (decimal): -3443961 or 488395. OLE color: 488395.

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

Color convert

RGB 203 115 7 -
CMYK 0 0.43 0.97 0.20
HSL 33.06º 0.93% 0.41% -
HSV(B) 33.06º 0.97% 0.8% -
XYZ 30.8 24.97 3.4 -
YUV 129 59.15 180.78 -
System Red Green Blue C M Y K H S L
Decimal 203 115 7 0 0.43 0.97 0.20 33.06 0.93 0.41
Hex CB 73 7 0 2B 61 14 21 5D 29
Octal 313 163 7 0 53 141 24 41 135 51
Binary 11001011 1110011 111 0 101011 1100001 10100 100001 1011101 101001

Color Harmonies of #CB7307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7307

Black with #CB7307

Text Example


Text Example

White with #CB7307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7307; }

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

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

background-color css

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

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

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

border-color css

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

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

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