Html Css Color HEX #CB7725 Ochre

📋 copy color: '#CB7725'

red 203 ◦ green 119 ◦ blue 37

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

Shades of Ochre #CB7725

Tints of Ochre #CB7725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

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

R = 56.55%
G = 33.15%
B = 10.31%

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

#CB7725 (or 0xCB7725) is known color: Ochre. HEX triplet: CB, 77 and 25. RGB value is (203,119,37). Sum of RGB (Red+Green+Blue) = 203+119+37=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7725 is #3488DA. Grayscale: #878787. Windows color (decimal): -3442907 or 2455499. OLE color: 2455499.

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

Color convert

RGB 203 119 37 -
CMYK 0 0.41 0.82 0.20
HSL 29.64º 0.69% 0.47% -
HSV(B) 29.64º 0.82% 0.8% -
XYZ 31.56 26.02 5.11 -
YUV 134.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 203 119 37 0 0.41 0.82 0.20 29.64 0.69 0.47
Hex CB 77 25 0 29 52 14 1E 45 2F
Octal 313 167 45 0 51 122 24 36 105 57
Binary 11001011 1110111 100101 0 101001 1010010 10100 11110 1000101 101111

Color Harmonies of #CB7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7725

Black with #CB7725

Text Example


Text Example

White with #CB7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7725; }

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

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

background-color css

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

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

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

border-color css

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

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

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