Html Css Color HEX #CB7422 Ochre

📋 copy color: '#CB7422'

red 203 ◦ green 116 ◦ blue 34

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

Shades of Ochre #CB7422

Tints of Ochre #CB7422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 57.51%
G = 32.86%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB7422 (or 0xCB7422) is known color: Ochre. HEX triplet: CB, 74 and 22. RGB value is (203,116,34). Sum of RGB (Red+Green+Blue) = 203+116+34=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7422 is #348BDD. Grayscale: #858585. Windows color (decimal): -3443678 or 2258123. OLE color: 2258123.

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

Color convert

RGB 203 116 34 -
CMYK 0 0.43 0.83 0.20
HSL 29.11º 0.71% 0.46% -
HSV(B) 29.11º 0.83% 0.8% -
XYZ 31.16 25.3 4.75 -
YUV 132.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 203 116 34 0 0.43 0.83 0.20 29.11 0.71 0.46
Hex CB 74 22 0 2B 53 14 1D 47 2E
Octal 313 164 42 0 53 123 24 35 107 56
Binary 11001011 1110100 100010 0 101011 1010011 10100 11101 1000111 101110

Color Harmonies of #CB7422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7422

Black with #CB7422

Text Example


Text Example

White with #CB7422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7422; }

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

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

background-color css

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

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

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

border-color css

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

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

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