Html Css Color HEX #C97925 Ochre

📋 copy color: '#C97925'

red 201 ◦ green 121 ◦ blue 37

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

Shades of Ochre #C97925

Tints of Ochre #C97925

RGB

 RED value IS 201 (78.91% from 255) = 55.99%

 GREEN value IS 121 (47.66% from 255) = 33.7%

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

R = 55.99%
G = 33.7%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C97925 (or 0xC97925) is known color: Ochre. HEX triplet: C9, 79 and 25. RGB value is (201,121,37). Sum of RGB (Red+Green+Blue) = 201+121+37=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C97925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97925 is #3686DA. Grayscale: #878787. Windows color (decimal): -3573467 or 2456009. OLE color: 2456009.

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

Color convert

RGB 201 121 37 -
CMYK 0 0.40 0.82 0.21
HSL 30.73º 0.69% 0.47% -
HSV(B) 30.73º 0.82% 0.79% -
XYZ 31.26 26.23 5.16 -
YUV 135.34 72.5 174.83 -
System Red Green Blue C M Y K H S L
Decimal 201 121 37 0 0.40 0.82 0.21 30.73 0.69 0.47
Hex C9 79 25 0 28 52 15 1F 45 2F
Octal 311 171 45 0 50 122 25 37 105 57
Binary 11001001 1111001 100101 0 101000 1010010 10101 11111 1000101 101111

Color Harmonies of #C97925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97925

Black with #C97925

Text Example


Text Example

White with #C97925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97925; }

 p { color: rgb(201,121,37); }

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

background-color css

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

 a { background-color: rgb(201,121,37); }

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

border-color css

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

 span { border-color: rgb(201,121,37); }

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