Html Css Color HEX #CB7428 Ochre

📋 copy color: '#CB7428'

red 203 ◦ green 116 ◦ blue 40

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

Shades of Ochre #CB7428

Tints of Ochre #CB7428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.14%

R = 56.55%
G = 32.31%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7428 (or 0xCB7428) is known color: Ochre. HEX triplet: CB, 74 and 28. RGB value is (203,116,40). Sum of RGB (Red+Green+Blue) = 203+116+40=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7428 is #348BD7. Grayscale: #858585. Windows color (decimal): -3443672 or 2651339. OLE color: 2651339.

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

Color convert

RGB 203 116 40 -
CMYK 0 0.43 0.80 0.20
HSL 27.98º 0.67% 0.48% -
HSV(B) 27.98º 0.8% 0.8% -
XYZ 31.26 25.34 5.25 -
YUV 133.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 203 116 40 0 0.43 0.80 0.20 27.98 0.67 0.48
Hex CB 74 28 0 2B 50 14 1C 43 30
Octal 313 164 50 0 53 120 24 34 103 60
Binary 11001011 1110100 101000 0 101011 1010000 10100 11100 1000011 110000

Color Harmonies of #CB7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7428

Black with #CB7428

Text Example


Text Example

White with #CB7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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