Html Css Color HEX #C37C1F Ochre

📋 copy color: '#C37C1F'

red 195 ◦ green 124 ◦ blue 31

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

Shades of Ochre #C37C1F

Tints of Ochre #C37C1F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

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

R = 55.71%
G = 35.43%
B = 8.86%

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

#C37C1F (or 0xC37C1F) is known color: Ochre. HEX triplet: C3, 7C and 1F. RGB value is (195,124,31). Sum of RGB (Red+Green+Blue) = 195+124+31=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C1F is #3C83E0. Grayscale: #878787. Windows color (decimal): -3965921 or 2063555. OLE color: 2063555.

HSL color Cylindrical-coordinate representation of color #C37C1F: hue angle of 34.02º 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 #C37C1F is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 124 31 -
CMYK 0 0.36 0.84 0.24
HSL 34.02º 0.73% 0.44% -
HSV(B) 34.02º 0.84% 0.76% -
XYZ 29.96 26.12 4.76 -
YUV 134.63 69.52 171.06 -
System Red Green Blue C M Y K H S L
Decimal 195 124 31 0 0.36 0.84 0.24 34.02 0.73 0.44
Hex C3 7C 1F 0 24 54 18 22 49 2C
Octal 303 174 37 0 44 124 30 42 111 54
Binary 11000011 1111100 11111 0 100100 1010100 11000 100010 1001001 101100

Color Harmonies of #C37C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C1F

Black with #C37C1F

Text Example


Text Example

White with #C37C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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