Html Css Color HEX #C37D1F Ochre

📋 copy color: '#C37D1F'

red 195 ◦ green 125 ◦ blue 31

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

Shades of Ochre #C37D1F

Tints of Ochre #C37D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.61%

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 55.56%
G = 35.61%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C37D1F (or 0xC37D1F) is known color: Ochre. HEX triplet: C3, 7D and 1F. RGB value is (195,125,31). Sum of RGB (Red+Green+Blue) = 195+125+31=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D1F is #3C82E0. Grayscale: #878787. Windows color (decimal): -3965665 or 2063811. OLE color: 2063811.

HSL color Cylindrical-coordinate representation of color #C37D1F: hue angle of 34.39º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C37D1F is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 125 31 -
CMYK 0 0.36 0.84 0.24
HSL 34.39º 0.73% 0.44% -
HSV(B) 34.39º 0.84% 0.76% -
XYZ 30.09 26.37 4.8 -
YUV 135.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 195 125 31 0 0.36 0.84 0.24 34.39 0.73 0.44
Hex C3 7D 1F 0 24 54 18 22 49 2C
Octal 303 175 37 0 44 124 30 42 111 54
Binary 11000011 1111101 11111 0 100100 1010100 11000 100010 1001001 101100

Color Harmonies of #C37D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D1F

Black with #C37D1F

Text Example


Text Example

White with #C37D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D1F; }

 p { color: rgb(195,125,31); }

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

background-color css

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

 a { background-color: rgb(195,125,31); }

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

border-color css

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

 span { border-color: rgb(195,125,31); }

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