Html Css Color HEX #CB7825 Ochre

📋 copy color: '#CB7825'

red 203 ◦ green 120 ◦ blue 37

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

Shades of Ochre #CB7825

Tints of Ochre #CB7825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 56.39%
G = 33.33%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB7825 (or 0xCB7825) is known color: Ochre. HEX triplet: CB, 78 and 25. RGB value is (203,120,37). Sum of RGB (Red+Green+Blue) = 203+120+37=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7825 is #3487DA. Grayscale: #878787. Windows color (decimal): -3442651 or 2455755. OLE color: 2455755.

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

Color convert

RGB 203 120 37 -
CMYK 0 0.41 0.82 0.20
HSL 30º 0.69% 0.47% -
HSV(B) 30º 0.82% 0.8% -
XYZ 31.68 26.26 5.15 -
YUV 135.36 72.5 176.25 -
System Red Green Blue C M Y K H S L
Decimal 203 120 37 0 0.41 0.82 0.20 30 0.69 0.47
Hex CB 78 25 0 29 52 14 1E 45 2F
Octal 313 170 45 0 51 122 24 36 105 57
Binary 11001011 1111000 100101 0 101001 1010010 10100 11110 1000101 101111

Color Harmonies of #CB7825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7825

Black with #CB7825

Text Example


Text Example

White with #CB7825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7825; }

 p { color: rgb(203,120,37); }

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

background-color css

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

 a { background-color: rgb(203,120,37); }

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

border-color css

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

 span { border-color: rgb(203,120,37); }

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