Html Css Color HEX #CB7F25 Ochre

📋 copy color: '#CB7F25'

red 203 ◦ green 127 ◦ blue 37

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

Shades of Ochre #CB7F25

Tints of Ochre #CB7F25

RGB

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

 GREEN value IS 127 (50% from 255) = 34.6%

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

R = 55.31%
G = 34.6%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB7F25 (or 0xCB7F25) is known color: Ochre. HEX triplet: CB, 7F and 25. RGB value is (203,127,37). Sum of RGB (Red+Green+Blue) = 203+127+37=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F25 is #3480DA. Grayscale: #8B8B8B. Windows color (decimal): -3440859 or 2457547. OLE color: 2457547.

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

Color convert

RGB 203 127 37 -
CMYK 0 0.37 0.82 0.20
HSL 32.53º 0.69% 0.47% -
HSV(B) 32.53º 0.82% 0.8% -
XYZ 32.55 28.01 5.44 -
YUV 139.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 203 127 37 0 0.37 0.82 0.20 32.53 0.69 0.47
Hex CB 7F 25 0 25 52 14 21 45 2F
Octal 313 177 45 0 45 122 24 41 105 57
Binary 11001011 1111111 100101 0 100101 1010010 10100 100001 1000101 101111

Color Harmonies of #CB7F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F25

Black with #CB7F25

Text Example


Text Example

White with #CB7F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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