Html Css Color HEX #C37725 Ochre

📋 copy color: '#C37725'

red 195 ◦ green 119 ◦ blue 37

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

Shades of Ochre #C37725

Tints of Ochre #C37725

RGB

 RED value IS 195 (76.56% from 255) = 55.56%

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

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

R = 55.56%
G = 33.9%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C37725 (or 0xC37725) is known color: Ochre. HEX triplet: C3, 77 and 25. RGB value is (195,119,37). Sum of RGB (Red+Green+Blue) = 195+119+37=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C37725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37725 is #3C88DA. Grayscale: #848484. Windows color (decimal): -3967195 or 2455491. OLE color: 2455491.

HSL color Cylindrical-coordinate representation of color #C37725: hue angle of 31.14º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C37725 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 119 37 -
CMYK 0 0.39 0.81 0.24
HSL 31.14º 0.68% 0.45% -
HSV(B) 31.14º 0.81% 0.76% -
XYZ 29.44 24.93 5.01 -
YUV 132.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 195 119 37 0 0.39 0.81 0.24 31.14 0.68 0.45
Hex C3 77 25 0 27 51 18 1F 44 2D
Octal 303 167 45 0 47 121 30 37 104 55
Binary 11000011 1110111 100101 0 100111 1010001 11000 11111 1000100 101101

Color Harmonies of #C37725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37725

Black with #C37725

Text Example


Text Example

White with #C37725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37725; }

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

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

background-color css

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

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

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

border-color css

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

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

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